-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Design system : implement new TextField #3834
Conversation
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
e6ef999
to
acc6eb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Quality Gate passedIssues Measures |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3834 +/- ##
===========================================
- Coverage 82.96% 82.84% -0.13%
===========================================
Files 1776 1776
Lines 44775 44788 +13
Branches 5259 5265 +6
===========================================
- Hits 37149 37106 -43
- Misses 5787 5846 +59
+ Partials 1839 1836 -3 ☔ View full report in Codecov by Sentry. |
Content
Implements new TextField (named
TextField2
for now) using BasicTextField underneath.Uses this new api for try in the
ConfigureRoomView
Motivation and context
New design : https://www.figma.com/design/G1xy0HDZKJf5TCRFmKb5d5/Compound-Android-Components?node-id=2008-37137
Screenshots / GIFs
Tests
Tested devices
Checklist